Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement formattable, range_format, and format_kind #4116

Merged

Conversation

frederick-vs-ja
Copy link
Contributor

Also speculatively implement LWG-3997 since libc++ is already doing this. Towards #2919.

- Implement the part for `formattable` in LWG-3631 and LWG-3925
- Speculatively implement LWG-3997 (as done in libc++)
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner October 23, 2023 14:54
@StephanTLavavej StephanTLavavej added ranges C++20/23 ranges format C++20/23 format cxx23 C++23 feature labels Oct 23, 2023
@StephanTLavavej StephanTLavavej self-assigned this Oct 23, 2023
@StephanTLavavej

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej removed their assignment Oct 23, 2023
@StephanTLavavej StephanTLavavej self-assigned this Oct 24, 2023
@StephanTLavavej
Copy link
Member

I'm speculatively mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

Copy link
Member

@CaseyCarter CaseyCarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these comments is a serious defect, and I don't want to reset testing, so I'm going to approve. I'll pepare changes for these comments in a followup PR.

stl/inc/chrono Show resolved Hide resolved
stl/inc/thread Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
stl/inc/format Show resolved Hide resolved
@StephanTLavavej StephanTLavavej merged commit b34b4ad into microsoft:main Oct 26, 2023
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for implementing more of this C++23 feature! 📈 🎉 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx23 C++23 feature format C++20/23 format ranges C++20/23 ranges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants